home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 2353 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: ifi.uio.no!usenet
  2. From: ludvigp@ifi.uio.no (Ludvig Pedersen)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: PPC compilers
  5. Date: 30 Jan 1996 14:30:17 GMT
  6. Organization: Dept. of Informatics, University of Oslo, Norway
  7. Message-ID: <551.6602T1231T2646@ifi.uio.no>
  8. References: <4d42gg$i2p@ra.ibr.cs.tu-bs.de> <4dov8s$rc5@ar.ar.com.au>
  9.     <38232132@kone.fipnet.fi> <1205.6597T1252T932@ifi.uio.no> <38232191@kone.fipnet.fi>
  10. NNTP-Posting-Host: gymir.ifi.uio.no
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP)
  12.  
  13. >> Using
  14. >>         sub.w   dx,dx
  15. >> instead of
  16. >>         moveq   #0,d0
  17. >>         add.l   d1,d0
  18. >> is faster by-the-way. And since we are only using the lower word of the
  19. >> register we don't need to use an extra dataregister.
  20. >Yep, but what if two addx are used?
  21.  
  22. Sorry, I have not followed this discusion closely.
  23.  
  24. What problems will it cause to have 2 addx? Is there anything wrong with just
  25. exchanging the fraction parts like we are doing today?
  26.  
  27.  
  28.  
  29. <sb>Ludde - Amiga Demo Coder
  30. <sb>Virtual Reality & Official Be developer
  31. <sb>ludvigp@ifi.uio.no
  32.  
  33.